home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / s_to_z / sysfile / sysfile1.dfm / sysfile1.txt
Encoding:
Text File  |  1996-09-15  |  10.5 KB  |  352 lines

  1. object Form1: TForm1
  2.   Left = 193
  3.   Top = 113
  4.   AutoScroll = False
  5.   Caption = 'SysFile - System File Editor'
  6.   ClientHeight = 256
  7.   ClientWidth = 423
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   PrintScale = poNone
  16.   Scaled = False
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnKeyUp = FormKeyUp
  20.   OnResize = FormResize
  21.   TextHeight = 16
  22.   object Notebook: TTabbedNotebook
  23.     Left = 0
  24.     Top = 0
  25.     Width = 423
  26.     Height = 256
  27.     HelpContext = 6
  28.     Align = alClient
  29.     Font.Color = clBlack
  30.     Font.Height = -13
  31.     Font.Name = 'Arial'
  32.     Font.Style = []
  33.     TabFont.Color = clNavy
  34.     TabFont.Height = -11
  35.     TabFont.Name = 'Arial'
  36.     TabFont.Style = []
  37.     TabOrder = 0
  38.     TabStop = False
  39.     OnClick = NotebookClick
  40.     object TTabPage
  41.       Left = 5
  42.       Top = 27
  43.       Caption = '&Set Up'
  44.       object BottomPanel: TPanel
  45.         Left = 0
  46.         Top = 205
  47.         Width = 413
  48.         Height = 19
  49.         Align = alBottom
  50.         TabOrder = 0
  51.       end
  52.       object Panel2: TPanel
  53.         Left = 0
  54.         Top = 0
  55.         Width = 413
  56.         Height = 25
  57.         Align = alTop
  58.         TabOrder = 1
  59.         object FileLabel: TLabel
  60.           Left = 4
  61.           Top = 8
  62.           Width = 28
  63.           Height = 16
  64.           Caption = 'Files'
  65.           FocusControl = FileList
  66.         end
  67.         object AutoLabel: TLabel
  68.           Left = 248
  69.           Top = 8
  70.           Width = 62
  71.           Height = 16
  72.           Caption = 'Auto Open'
  73.           FocusControl = AutoList
  74.         end
  75.       end
  76.       object BtnPanel: TPanel
  77.         Left = 165
  78.         Top = 25
  79.         Width = 83
  80.         Height = 180
  81.         Align = alClient
  82.         TabOrder = 2
  83.         object bTake: TBitBtn
  84.           Left = 5
  85.           Top = 7
  86.           Width = 73
  87.           Height = 33
  88.           HelpContext = 6
  89.           Caption = '&Take'
  90.           TabOrder = 0
  91.           OnClick = bTakeClick
  92.           OnDragDrop = AutoListDragDrop
  93.           OnDragOver = ListDragOver
  94.           Glyph.Data = {
  95.             78010000424D7801000000000000760000002800000020000000100000000100
  96.             04000000000000000000120B0000120B00000000000000000000000000000000
  97.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  98.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  99.             3333333333333333333333333333333333333333333333333333333333333333
  100.             3333333333333333333333333333333333333333333FF3333333333333003333
  101.             3333333333773FF3333333333309003333333333337F773FF333333333099900
  102.             33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
  103.             99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
  104.             33333333337F3F77333333333309003333333333337F77333333333333003333
  105.             3333333333773333333333333333333333333333333333333333333333333333
  106.             33333333333333333333333333333333333333333333333333330000}
  107.           Margin = 4
  108.           NumGlyphs = 2
  109.         end
  110.         object bDrop: TBitBtn
  111.           Left = 5
  112.           Top = 48
  113.           Width = 73
  114.           Height = 33
  115.           HelpContext = 6
  116.           Caption = '&Drop'
  117.           TabOrder = 1
  118.           OnClick = bDropClick
  119.           OnDragDrop = FileListDragDrop
  120.           OnDragOver = ListDragOver
  121.           Glyph.Data = {
  122.             78010000424D7801000000000000760000002800000020000000100000000100
  123.             04000000000000000000120B0000120B00000000000000000000000000000000
  124.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  125.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  126.             3333333333333333333333333333333333333333333333333333333333333333
  127.             3333333333333FF3333333333333003333333333333F77F33333333333009033
  128.             333333333F7737F333333333009990333333333F773337FFFFFF330099999000
  129.             00003F773333377777770099999999999990773FF33333FFFFF7330099999000
  130.             000033773FF33777777733330099903333333333773FF7F33333333333009033
  131.             33333333337737F3333333333333003333333333333377333333333333333333
  132.             3333333333333333333333333333333333333333333333333333333333333333
  133.             33333333333333333333333333333333333333333333333333330000}
  134.           Layout = blGlyphRight
  135.           Margin = 4
  136.           NumGlyphs = 2
  137.         end
  138.         object bOptions: TBitBtn
  139.           Left = 5
  140.           Top = 96
  141.           Width = 73
  142.           Height = 33
  143.           HelpContext = 6
  144.           Caption = '&Options'
  145.           TabOrder = 2
  146.           OnClick = bOptionsClick
  147.           Glyph.Data = {
  148.             78010000424D7801000000000000760000002800000020000000100000000100
  149.             04000000000000000000120B0000120B00000000000000000000000000000000
  150.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  151.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  152.             5000555555555555577755555555555550B0555555555555F7F7555555555550
  153.             00B05555555555577757555555555550B3B05555555555F7F557555555555000
  154.             3B0555555555577755755555555500B3B0555555555577555755555555550B3B
  155.             055555FFFF5F7F5575555700050003B05555577775777557555570BBB00B3B05
  156.             555577555775557555550BBBBBB3B05555557F555555575555550BBBBBBB0555
  157.             55557F55FF557F5555550BB003BB075555557F577F5575F5555577B003BBB055
  158.             555575F7755557F5555550BB33BBB0555555575F555557F555555507BBBB0755
  159.             55555575FFFF77555555555700007555555555577777755555550000}
  160.           Margin = 2
  161.           NumGlyphs = 2
  162.         end
  163.         object bHelp: TBitBtn
  164.           Left = 5
  165.           Top = 138
  166.           Width = 73
  167.           Height = 33
  168.           HelpContext = 6
  169.           Caption = '&Help'
  170.           TabOrder = 3
  171.           OnClick = bHelpClick
  172.           Glyph.Data = {
  173.             78010000424D7801000000000000760000002800000020000000100000000100
  174.             04000000000000000000120B0000120B00000000000000000000000000000000
  175.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  176.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  177.             3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  178.             33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  179.             FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  180.             FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  181.             FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  182.             FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  183.             FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  184.             3333333773FFFF77333333333FBFBF33333333333777773333330000}
  185.           NumGlyphs = 2
  186.         end
  187.       end
  188.       object FilePanel: TPanel
  189.         Left = 0
  190.         Top = 25
  191.         Width = 165
  192.         Height = 180
  193.         Align = alLeft
  194.         TabOrder = 3
  195.         object FileList: TListBox
  196.           Left = 1
  197.           Top = 1
  198.           Width = 163
  199.           Height = 178
  200.           HelpContext = 6
  201.           Align = alClient
  202.           IntegralHeight = True
  203.           ItemHeight = 16
  204.           MultiSelect = True
  205.           PopupMenu = FilePopup
  206.           Sorted = True
  207.           TabOrder = 0
  208.           OnDblClick = bTakeClick
  209.           OnDragDrop = FileListDragDrop
  210.           OnDragOver = ListDragOver
  211.           OnMouseDown = ListMouseDown
  212.         end
  213.       end
  214.       object AutoPanel: TPanel
  215.         Left = 248
  216.         Top = 25
  217.         Width = 165
  218.         Height = 180
  219.         Align = alRight
  220.         TabOrder = 4
  221.         object AutoList: TListBox
  222.           Left = 1
  223.           Top = 1
  224.           Width = 163
  225.           Height = 178
  226.           HelpContext = 6
  227.           Align = alClient
  228.           IntegralHeight = True
  229.           ItemHeight = 16
  230.           MultiSelect = True
  231.           PopupMenu = AutoPopup
  232.           TabOrder = 0
  233.           OnDblClick = bDropClick
  234.           OnDragDrop = AutoListDragDrop
  235.           OnDragOver = ListDragOver
  236.           OnMouseDown = ListMouseDown
  237.         end
  238.       end
  239.     end
  240.   end
  241.   object EditPopup: TPopupMenu
  242.     Left = 196
  243.     object mFind: TMenuItem
  244.       Caption = '&Find'
  245.       HelpContext = 24
  246.       OnClick = mFindClick
  247.       ShortCutText = 'Ctrl+F'
  248.     end
  249.     object mReplace: TMenuItem
  250.       Caption = '&Replace'
  251.       HelpContext = 24
  252.       OnClick = mReplaceClick
  253.       ShortCutText = 'Ctrl+R'
  254.     end
  255.     object N1: TMenuItem
  256.       Caption = '-'
  257.     end
  258.     object mEditRemove: TMenuItem
  259.       Caption = 'Re&move'
  260.       HelpContext = 14
  261.       OnClick = mEditRemoveClick
  262.     end
  263.     object mEditProtect: TMenuItem
  264.       Caption = '&Protect File'
  265.       HelpContext = 16
  266.       OnClick = ProtectClick
  267.       ShortCutText = 'Ctrl+P'
  268.     end
  269.     object N3: TMenuItem
  270.       Caption = '-'
  271.     end
  272.     object mEditDelete: TMenuItem
  273.       Caption = '&Delete File'
  274.       HelpContext = 15
  275.       OnClick = mDeleteClick
  276.     end
  277.     object N5: TMenuItem
  278.       Caption = '-'
  279.     end
  280.     object mExit: TMenuItem
  281.       Caption = 'E&xit'
  282.       HelpContext = 25
  283.       OnClick = mExitClick
  284.     end
  285.   end
  286.   object AutoPopup: TPopupMenu
  287.     Left = 140
  288.     object mAutoEdit: TMenuItem
  289.       Caption = '&Edit'
  290.       HelpContext = 34
  291.       OnClick = mEditClick
  292.     end
  293.     object mAutoRemove: TMenuItem
  294.       Caption = '&Remove'
  295.       HelpContext = 14
  296.       OnClick = bDropClick
  297.     end
  298.     object mAutoProtect: TMenuItem
  299.       Caption = '&Protect File'
  300.       HelpContext = 16
  301.       OnClick = ProtectClick
  302.       ShortCutText = 'Ctrl+P'
  303.     end
  304.     object N2: TMenuItem
  305.       Caption = '-'
  306.     end
  307.     object mAutoDelete: TMenuItem
  308.       Caption = '&Delete File'
  309.       HelpContext = 15
  310.       OnClick = mDeleteClick
  311.     end
  312.   end
  313.   object FilePopup: TPopupMenu
  314.     Left = 168
  315.     object mFileEdit: TMenuItem
  316.       Caption = '&Edit'
  317.       HelpContext = 34
  318.       OnClick = mEditClick
  319.     end
  320.     object mFileAdd: TMenuItem
  321.       Caption = '&Add'
  322.       HelpContext = 4
  323.       OnClick = bTakeClick
  324.     end
  325.     object mFileProtect: TMenuItem
  326.       Caption = '&Protect File'
  327.       HelpContext = 16
  328.       OnClick = ProtectClick
  329.       ShortCutText = 'Ctrl+P'
  330.     end
  331.     object N4: TMenuItem
  332.       Caption = '-'
  333.     end
  334.     object mFileDelete: TMenuItem
  335.       Caption = '&Delete File'
  336.       HelpContext = 15
  337.       OnClick = mDeleteClick
  338.     end
  339.   end
  340.   object FindDialog1: TFindDialog
  341.     Options = [frDown, frHideWholeWord, frHideUpDown]
  342.     OnFind = FindDialog1Find
  343.     Left = 240
  344.   end
  345.   object ReplaceDialog1: TReplaceDialog
  346.     Options = [frDown, frHideWholeWord, frHideUpDown]
  347.     OnFind = FindDialog1Find
  348.     OnReplace = ReplaceDialog1Replace
  349.     Left = 268
  350.   end
  351. end
  352.